-
Notifications
You must be signed in to change notification settings - Fork 14k
compiletest: rename add-core-stubs/core-stubs-compile-flags to add-minicore/minicore-compile-flags
#148305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Some changes occurred in tests/codegen-llvm/stack-probes-inline.rs cc @rust-lang/project-exploit-mitigations, @rcvalle The rustc-dev-guide subtree was changed. If this PR only touches the dev guide consider submitting a PR directly to rust-lang/rustc-dev-guide otherwise thank you for updating the dev guide with your changes. cc @BoxyUwU, @jieyouxu, @Kobzol, @tshepang Some changes occurred in tests/codegen-llvm/sanitizer cc @rcvalle Some changes occurred in tests/ui/sanitizer cc @rcvalle Some changes occurred in src/tools/compiletest cc @jieyouxu |
|
r? @wesleywiser rustbot has assigned @wesleywiser. Use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me but I'll let @jieyouxu review as well before r+'ing
25efd5e to
02369a3
Compare
This comment has been minimized.
This comment has been minimized.
02369a3 to
5dc60fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, one nit, you can r=Wesley and me after.
tests/ui/cmse-nonsecure/cmse-nonsecure-entry/return-via-stack.rs
Outdated
Show resolved
Hide resolved
|
@bors p=10 (logically conflict-prone) |
|
@bors rollup=never (logically conflict-prone) |
|
@rustbot author |
|
I'm happy to also do that rename here. |
5dc60fb to
0347eae
Compare
|
@rustbot ready |
If you are up for that, I think it might be better to just do that in this PR, otherwise we'd have this weird transitional phase where the main directive is called |
This comment has been minimized.
This comment has been minimized.
0347eae to
e6f0ef0
Compare
compiletest: rename `add-core-stubs`/`core-stubs-compile-flags` to `add-minicore`/`minicore-compile-flags` Fixes #148282
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test failed - checks-actions |
|
I... didn't change that code? |
|
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 8483293 (parent) -> b15a874 (this PR) Test differencesShow 3 test diffs3 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard b15a874aafe7eab9ea3ac2c1d59c7b03e1425027 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (b15a874): comparison URL. Overall result: ❌ regressions - please read the text belowOur benchmarks found a performance regression caused by this PR. Next Steps:
@rustbot label: +perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (primary 3.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 1.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 473.503s -> 473.039s (-0.10%) |
|
Noise, this only changed tests. @rustbot label: +perf-regression-triaged |
Fixes #148282